home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
3-Presentations
/
Markets
/
Education
/
HyperCard In Education
/
HyperLION
/
background_2709.txt
< prev
next >
Wrap
Text File
|
1990-04-02
|
2KB
|
83 lines
-- background: 2709 from stack: in
-- bmap block id: 3099
-- flags: 0000
-- background id: 0
-- name:
-- part 1 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=402 top=297 right=340 bottom=449
-- title width / last selected line: 0
-- icon id / first selected line: 3835 / 3835
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go Back
----- HyperTalk script -----
on mouseUp
go to prev
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=450 top=297 right=340 bottom=502
-- title width / last selected line: 0
-- icon id / first selected line: 29484 / 29484
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go Forward
----- HyperTalk script -----
on mouseUp
go to next
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=10 top=296 right=315 bottom=59
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: START
----- HyperTalk script -----
on mouseUp
go to card 1
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=16 top=319 right=340 bottom=76
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
global returncard
go to returncard
end mouseUp